home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 2 / 500 MB nyheder direkte fra internet CD 2.iso / start / runwmen.bat < prev    next >
DOS Batch File  |  1995-06-01  |  757b  |  32 lines

  1. @echo off
  2. if exist c:\win\win.com goto ok1
  3. if exist c:\win31\win.com goto ok2
  4. if exist c:\windows\win.com goto ok3
  5. cls
  6. echo *
  7. Echo "Kunne ikke finde Windows på C drevet"
  8. Echo "skriv venligst komplet drev og sti til Windows (f.eks. C:\WINDOWS)"
  9. get26 SE
  10. if exist %GET%\WIN.COM goto ok4
  11. cls
  12. echo *
  13. Echo "Kontroller venligst at den rigtige sti blev intastet"
  14. Echo "Det indtastede er "%GET%""
  15. Echo "Husk at der ikke skal være noget \ efter stien"
  16. pause
  17. goto exit
  18. :ok1
  19. copy %1:\start\winmen\co.ini c:\win > nul
  20. goto start
  21. :ok2
  22. copy %1:\start\winmen\co.ini c:\win31 > nul
  23. goto start
  24. :ok3
  25. copy %1:\start\winmen\co.ini c:\windows > nul
  26. goto start
  27. :ok4
  28. copy %1:\start\winmen\co.ini %get% > nul
  29. :start
  30. WIN %1:\START\WINMEN\CO.exe
  31. :exit
  32.